SetValue<T> Method

Summary

Sets the property values and fires a notify property change event if required.

Syntax
C#
VB
C++
protected virtual void SetValue<T>( 
   ref T destination, 
   T value, 
   string name 
) 
Protected Sub SetValue(Of T)( _ 
   ByRef destination As T, _ 
   ByVal value As T, _ 
   ByVal name As String _ 
)  
protected: 
void SetValuegeneric<typename T> 
(  
   _T^_% destination, 
   _T^_ value, 
   String^ name 
)  

Parameters

destination
The output variable to be updated with the new value.

value
The value of the property.

name
The name of the property.

Type Parameters

T

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly